RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. config file
    Log in to post
    • All categories
    • C

      What exactly does "factory reset config files" do?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support reset retropie 4.1 config file
      10
      0 Votes
      10 Posts
      4k Views
      C

      @BuZz Fair enough. Sorry for my faux pas.

    • W

      Specifying emulator for arcade roms via command line?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support runcommand scripting mame command line config file
      4
      0 Votes
      4 Posts
      2k Views
      BuZzB

      @waltisfrozen This was already changed - if you update to the latest retropie-setup it no longer uses md5 hashes by default, but just includes system and rom name minus extension /path (excluding all characters except a-z A-Z 0-9 _ - in the format system_romname

      for per emulator settings, the format is emulator_romname

    • R

      retroarch.cfg file keeps changing

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch.cfg config file
      16
      0 Votes
      16 Posts
      5k Views
      R

      it is working at the moment but it does seem to keep changing every few days.

    • E

      ePSXe load memorycard from Emulationstation systems.cfg

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support epsxe emulationstatio memory card config file
      2
      0 Votes
      2 Posts
      2k Views
      russelljonesR

      @Egg90

      Hey just saw this post today!

      I am not sure if you got it figured out but I was having the same problem and what I ended up doing was not using brackets or quotes for the memory card file location. I also had to make sure that -loadbin was the last command before "%ROM_RAW%" or I got an error saying it couldn't load a .exe.

      It should look like this:

      <command>C:/Users/Emulator/.emulationstation/systems/Playstation/ePSXe.exe -nogui -slowboot -analog -loadmemc0 C:/Users/Emulator/.emulationstation/systems/Playstation/memcards/epsxe000.mcr -loadbin "%ROM_RAW%"</command>

      I hope that helps